home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / USRHST14.INC < prev    next >
Text File  |  1994-03-28  |  928b  |  40 lines

  1. ; USRobotics HST (144x ROM)
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;                      1-UP  2-UP  3-DOWN  4-UP     5-DOWN
  6. ;                      6-UP  7-UP  8-DOWN  9-DOWN  10-UP
  7. ;                      WIDE SWITCH-UP
  8. ;
  9. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  10. ; program, type the following lines and press ENTER after each.  Then
  11. ; exit and restart TE/2.
  12. ;
  13. ;       ATE1Q0M1X7V1S7=60
  14. ;       AT&B1&C1&D2&H1&M4&N0&R2&W
  15. ;
  16. ; NOTES: Set ALL dialing directory entries to 19200 baud
  17.  
  18. Baud          19200
  19. Parity        N
  20. WordLen       8
  21. StopBits      1
  22.  
  23. XonXoff       BOTH
  24. CtsRts        BOTH
  25. MatchBaud     FALSE
  26.  
  27. ModemInitStrg ATZ^M
  28. ModemDialStrg ATDT
  29. ModemDialSufx ^M
  30. ModemHangStrg ;
  31. DTRHangup     TRUE
  32.  
  33. Connect       CONNECT,19200
  34.  
  35. NoConnect     NO_DIAL_TONE
  36. NoConnect     NO_CARRIER
  37. NoConnect     BUSY
  38. NoConnect     VOICE
  39.  
  40.